@media (min-width: 768px) {
	.navbar {
		border-radius: 0px !important;
	}
	.nav > li {
		text-align: center;
	}
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.dropdown-menu {
		background-color: #1010107a !important;
	}
	.dropdown-menu > li a {
		color: #fff;
	}
	.article-second .second-article-area .article-list-left {
		width: 85%;
	}
	.article-second .second-article-area .article-list-right {
		width: 100px;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
	.banner {
		height: 130px;
	}
	.navbar-nav {
		width: 100%;
		flex-flow: column nowrap;
		justify-content: space-around;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #fff;
	}
	.navbar-toggle{
		margin-right: 0px!important;
	}
	.article-h {
		height: auto;
	}
	.m_l_10 {
		margin-left: -15px;
	}
	.p_r_0{
		padding-right: 15px;
	}
	.article-second .second-article-area .article-list-left {
		width: 70%;
	}
	.article-second .second-article-area .article-list-right {
		width: 90px;
	}
	.pic-article .pic-area {
		height: 220px;
	}
	.pic-article .pic-area .bd ul li img {
		height: 220px;
	}
}
